projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38868ad
)
* lisp/emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
author
Glenn Morris
<rgm@gnu.org>
Sun, 11 Nov 2012 00:40:37 +0000
(16:40 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 11 Nov 2012 00:40:37 +0000
(16:40 -0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/emacs-lisp/debug.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 542c80abeec0b7994569bf28af44af13c242c3d3..88ecfddffb2bee80bc131e54bf9920f446cfe470 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-11-11 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
+
2012-11-10 Leo Liu <sdl.web@gmail.com>
* ido.el (ido-set-matches-1): Fix split-string args to avoid
diff --git
a/lisp/emacs-lisp/debug.el
b/lisp/emacs-lisp/debug.el
index c04e68c0cfa30a2310cd6b672e286e67a8f050de..1117d11e07e540725b9b210443cf35821e097c99 100644
(file)
--- a/
lisp/emacs-lisp/debug.el
+++ b/
lisp/emacs-lisp/debug.el
@@
-79,7
+79,7
@@
The value used here is passed to `quit-restore-window'."
(const :tag "Bury" bury)
(const :tag "Kill" kill))
:group 'debugger
- :version "24.
2
")
+ :version "24.
3
")
(defvar debug-function-list nil
"List of functions currently set for debug on entry.")